home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / dev / misc / gms_dev.lha / GMSDev / Includes / system / all.h next >
Encoding:
C/C++ Source or Header  |  1998-05-12  |  679 b   |  46 lines

  1. #ifndef SYSTEM_ALL_H
  2. #define SYSTEM_ALL_H TRUE
  3.  
  4. #ifndef SYSTEM_DEBUG_H
  5. #include <system/debug.h>
  6. #endif
  7.  
  8. #ifndef SYSTEM_GLOBALBASE_H
  9. #include <system/globalbase.h>
  10. #endif
  11.  
  12. #ifndef SYSTEM_EVENTS_H
  13. #include <system/events.h>
  14. #endif
  15.  
  16. #ifndef SYSTEM_MISC_H
  17. #include <system/misc.h>
  18. #endif
  19.  
  20. #ifndef SYSTEM_MODULES_H
  21. #include <system/modules.h>
  22. #endif
  23.  
  24. #ifndef SYSTEM_REGISTER_H
  25. #include <system/register.h>
  26. #endif
  27.  
  28. #ifndef SYSTEM_SYSOBJECT_H
  29. #include <system/sysobject.h>
  30. #endif
  31.  
  32. #ifndef SYSTEM_TASKS_H
  33. #include <system/tasks.h>
  34. #endif
  35.  
  36. #ifndef SYSTEM_TRACKING_H
  37. #include <system/tracking.h>
  38. #endif
  39.  
  40. #ifndef SYSTEM_TYPES_H
  41. #include <system/types.h>
  42. #endif
  43.  
  44. #endif /* SYSTEM_ALL_H */
  45.  
  46.